home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / pc / intro.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  182 b   |  14 lines

  1. global soundCard
  2.  
  3. on exitFrame me
  4.   if soundCard = 1 then
  5.     go(the frame + 1)
  6.   else
  7.     if the timer < 540 then
  8.       go(the frame)
  9.     else
  10.       go(255)
  11.     end if
  12.   end if
  13. end
  14.